home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / HackAddict™ Magazine / HackAddict 06 / Files / WhatRoute 1.4.3 (FAT) / WhatRoute 1.4.3(FAT) / WhatRoute 1.4.3(FAT).rsrc / TEXT_130_TELNET HELP.txt < prev    next >
Text File  |  1997-06-21  |  2KB  |  32 lines

  1. Starting/Stopping TELNET
  2. If the Telnet Enabled check box is on, the server will be (re)started when you exit the dialog. If you uncheck the box, any existing TELNET connections to your Mac will be dropped.
  3.  
  4. TELNET PORT NUMBER
  5. By default, the TELNET port number is 23. You may set this to any other value if it clashes with existing servers on your Mac.
  6.  
  7. TELNET ACCESS CONTROL LISTS
  8. Access to the TELNET server is controlled by way of two access lists.
  9.  
  10. You can specify the addresses of who is Allowed to connect and who is to be Denied.
  11.  
  12. Each access list can contain a series of IP addresses, host names and domain names, (or for more global access the keywords none and all (without the quotes)), separated by a ;
  13.  
  14. The list allows two reserved words:
  15.             all        Matches any hostname or IP address.
  16.             none       Matches nothing.
  17.  
  18. The incoming IP address or host name, is first matched against each element of the Allowed list. As soon as a list item matches the name or address, access is granted on the basis of being Allowed, but pending a decision based on the contents of the Denied list.
  19.  
  20. The incoming name is then checked against each element in the Denied list. If it matches any entry in this list, then access will be denied.
  21.  
  22. By default, WhatRoute disables TELNET access - The allowed list is set to none and the denied list is set to all.
  23.  
  24. For example:
  25. To allow everyone in your domain (mydomain.com) as well as a friend from elsewhere (myfriend.somewhere.com) access to the server, set the Access Allowed list to
  26.  
  27. mydomain.com;myfriend.somewhere.com
  28.  
  29. To exclude someone (badguy.mydomain.com) who has abused your server, simply enter the host name into the Access Denied list. Note that the list is terminated by none to enable all other hosts in your domain to connect.
  30.  
  31. badguy.mydomain.com;none
  32.